2005-06-22 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
Closes bug #308581.
+2005-06-22 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
+ Closes bug #308581.
+
2005-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkarrow.c:
+2005-06-22 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
+ Closes bug #308581.
+
2005-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkarrow.c:
+2005-06-22 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
+ Closes bug #308581.
+
2005-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkarrow.c:
dest.x - widget->allocation.x,
dest.y - widget->allocation.y,
dest.width, dest.height);
-
+ cairo_destroy (cr);
+
if (GTK_WIDGET_HAS_FOCUS (hsv) && priv->focus_on_ring)
gtk_paint_focus (widget->style, widget->window,
GTK_WIDGET_STATE (widget),